home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d8 / tlxtools.arc / HSND.BAT < prev    next >
DOS Batch File  |  1991-06-18  |  403b  |  12 lines

  1. echo on
  2. cls
  3. rem *****************************************************************
  4. rem * HyperProtocol Dos Module batch file for SENDING files with
  5. rem * Telix.  This was tested using version 3.12 of Telix
  6. rem *****************************************************************
  7. rem
  8. hyperp baud:%1 port:%2 send %3
  9. echo File transfer completed.
  10. echo To return to your communications program,
  11. exit
  12.